@charset "gb2312";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #900;
  text-decoration: none;
}

img {
  border: none;
}

dl,
ol,
ul,
dd,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

input,
textarea,
select,
button {
  font-size: 12px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

/* 自定义 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.tit {
  position: relative;
  text-align: left;
}

.tit .t-m {
  position: absolute;
  right: 0;
}

.tit .t-m a {
  color: #CCC;
}

.tit .t-m a:hover {
  color: #900;
}

.art-l li {
  position: relative;
  height: 22px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
}

.art-l li a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

.art-l li img {
  margin-left: 10px;
}

.art-l li span {
  position: absolute;
  right: 0;
  color: #CCC;
}

.ttlist {
  margin: 10px 0;
}

.ttlist li {
  position: relative;
  height: 25px;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  border-bottom: #CCC dashed 1px;
}

.ttlist li a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

.ttlist li span,
.ttlist li img {
  margin-left: 5px;
}

.ttlist li span.date {
  position: absolute;
  right: 0;
  color: #999;
}

.nav-t {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 30px;
  border-bottom: #CCC solid 1px;
}

.nav-t .nav-c {
  font-size: 14px;
  font-weight: bold;
}

.nav-t .nav-l {
  position: absolute;
  right: 0;
  color: #999;
}

.nav-t .nav-l a {
  color: #999;
}

.nav-t .nav-l a:hover {
  color: #900;
}

.nav-b {
  margin-top: 10px;
}

.body-c,
.body-h,
.body-m,
.body-b {
  min-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.body-m {
  width: 1120px;
}

/* 头部 */
.body-h {
  position: relative;
  padding-top: 30px;
}

.wbt {
  position: relative;
  z-index: 100;
  width: 1120px;
  margin: 0 auto;
}

#logo {
  float: left;
  width: 276px;
  height: 92px;
  background: url(/Template/images/logo.gif) no-repeat top center;
}

#menu {
  float: right;
  height: 40px;
  margin-top: 30px;
  padding: 0 10px;
  color: #FFF;
  background: #202f57;
}

#menu li {
  float: left;
  position: relative;
  width: 80px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  cursor: s-resize;
}

#menu li a {
  display: block;
  color: #FFF;
}

#menu dt {
  width: 80px;
  height: 40px;
  line-height: 40px;
}

#menu dd {
  display: none;
}

#menu dd a {
  color: #b69379;
}

#menu dd a:hover {
  color: #FFF;
  background: #9dcd23;
}

#menu li.s dl {
  position: absolute;
  top: 0;
  left: 0;
}

#menu li.s dt {
  height: 39px;
  line-height: 39px;
  border-bottom: #666 solid 1px;
}

#menu li.s dd {
  display: block;
  width: 80px;
  height: 30px;
  font-weight: normal;
  line-height: 30px;
  background: #202f57;
}

.banner {
  position: relative;
  min-width: 1120px;
  height: 450px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}

.body-c-l .banner,
.body-c-n .banner {
  background: url(/Template/images/banner-bg.jpg) no-repeat top center;

}

.slideshow {
  max-width: 1650px;
  position: relative;
  margin: 0 auto;
}

.slides {
  display: none;
}

.fade {
  width: 100%;
  height: 450px;
  animation-name: fade;
  animation-duration: 1.5s;
}

#img01 {
  background: url(/Template/images/banner01.jpg) no-repeat top center;
}

#img02 {
  background: url(/Template/images/banner02.jpg) no-repeat top center;
}

#img03 {
  background: url(/Template/images/banner03.jpg) no-repeat top center;
}

.dots {
  position: relative;
  top: -50px;
  text-align: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover {
  background-color: #000;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.zzc {
  position: relative;
  top: -470px;
  min-width: 1120px;
  height: 500px;
  background: url(/Template/images/banner-zz.png) no-repeat top center;
}

/* 主体 */
.body-m {
  margin-top: 30px;
}

.i-box {
  float: left;
  width: 250px;
}

.box-m-l,
.box-m-r {
  margin-left: 40px;
}

.box-r {
  float: right;
}

.tit {
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #2e3c61;
  border-bottom: #CCC solid 1px;
}

.art-l {
  padding: 10px 0;
}

.art-l li {
  width: 250px;
}

.i-nav {
  margin-top: 10px;
  text-align: center;
}

.i-nav li {
  width: 246px;
  height: 40px;
  margin-bottom: 10px;
  padding: 1px;
  border: #e5dcdc solid 1px;
}

.i-nav li a {
  display: block;
  height: 40px;
  font-size: 16px;
  color: #2e3c61;
  font-weight: bold;
  line-height: 40px;
  background: url(/Template/images/li-b-01.jpg) repeat-x top center;
}

.body-m .i-nav li a:hover {
  position: static;
  color: #000;
  background: url(/Template/images/li-b-02.jpg) repeat-x top center;
}

.box-b {
  height: 50px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  line-height: 50px;
  border-top: #CCC solid 1px;
}

.box-b a {
  margin: 0 5px;
  font-weight: normal;
}

.box-b a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

/* 底部 */
.body-b {
  padding: 10px;
  font-size: 14px;
  color: #999;
  line-height: 2em;
  background: #202f57;
}

.body-b p {
  margin: 0 auto;
}

.body-b a {
  color: #999;
}

/* 其它页 */
.side-l {
  float: left;
  width: 250px;
}

.side-l dt {
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  line-height: 40px;
  background: #202f57;
}

.side-l dd {
  height: 38px;
  background: #ebe9e9;
  border-top: #f8f7f7 solid 1px;
  border-bottom: #c2c0c0 solid 1px;
}

.side-l dd a {
  display: block;
  height: 38px;
  color: #3a4060;
  line-height: 38px;
}

.side-l dd a:hover {
  color: #9fcf25;
  background: #f3f3f3;
}

.side-l div {
  margin-top: 10px;
}

.cont-r {
  float: right;
  width: 830px;
}

.body-c-l .body-b,
.body-c-n .body-b {
  margin-top: 20px;
}

.body-c-n .text-cont {
  text-align: justify;
}